Skip to content

SchedulerQueue.Peek() method

Defined in

Type: SchedulerQueue Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public ScheduledItem<TAbsolute> Peek()

Summary: Peeks the next work item in the scheduler queue.

Returns: ScheduledItem -- Next work item in the scheduler queue (not removed).